for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
function add() {
var element = document.getElementById('comments');
element.classList.toggle("hide");
}
function myFunction(id) {
var idid="comment" + id;
console.log(idid);
console.log
var element = document.getElementById(idid);